home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TTABORDERFORM / TTABORDERFORM.txt
Encoding:
Text File  |  2004-03-08  |  3.1 KB  |  121 lines

  1. object TabOrderForm: TTabOrderForm
  2.   Left = 272
  3.   Top = 173
  4.   HelpContext = 1000
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Tab Order and Names'
  8.   ClientHeight = 272
  9.   ClientWidth = 302
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object EditButton: TSpeedButton
  22.     Left = 269
  23.     Top = 70
  24.     Width = 25
  25.     Height = 25
  26.     Hint = 'Edit'
  27.     Caption = 'E'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     OnClick = EditButtonClick
  37.   end
  38.   object TabList: TRzEditListBox
  39.     Left = 8
  40.     Top = 8
  41.     Width = 253
  42.     Height = 222
  43.     DragMode = dmAutomatic
  44.     FrameStyle = fsLowered
  45.     FrameVisible = True
  46.     ItemHeight = 13
  47.     TabOrder = 0
  48.     OnDragDrop = TabListDragDrop
  49.     OnDragOver = TabListDragOver
  50.   end
  51.   object DownButton: TBitBtn
  52.     Left = 269
  53.     Top = 35
  54.     Width = 25
  55.     Height = 25
  56.     TabOrder = 1
  57.     OnClick = DownButtonClick
  58.     Glyph.Data = {
  59.       DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  60.       0400000000006800000000000000000000001000000010000000000000000000
  61.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  62.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  63.       7000777777777777700077777707777770007777706077777000777706660777
  64.       7000777066666077700077066666660770007000066600007000777706660777
  65.       7000777706660777700077770666077770007777000007777000777777777777
  66.       7000}
  67.   end
  68.   object UpButton: TBitBtn
  69.     Left = 269
  70.     Top = 7
  71.     Width = 25
  72.     Height = 25
  73.     TabOrder = 2
  74.     OnClick = UpButtonClick
  75.     Glyph.Data = {
  76.       DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  77.       0400000000006800000000000000000000001000000010000000000000000000
  78.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  79.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  80.       7000777777777777700077770000077770007777066607777000777706660777
  81.       7000777706660777700070000666000070007706666666077000777066666077
  82.       7000777706660777700077777060777770007777770777777000777777777777
  83.       7000}
  84.   end
  85.   object RzButton1: TRzButton
  86.     Left = 8
  87.     Top = 238
  88.     Height = 27
  89.     Default = True
  90.     FrameFlat = True
  91.     ModalResult = 1
  92.     Caption = 'OK'
  93.     TabOrder = 3
  94.   end
  95.   object RzButton2: TRzButton
  96.     Left = 94
  97.     Top = 238
  98.     Height = 27
  99.     FrameFlat = True
  100.     ModalResult = 2
  101.     Caption = 'Cancel'
  102.     TabOrder = 4
  103.   end
  104.   object RzButton3: TRzButton
  105.     Left = 223
  106.     Top = 238
  107.     Height = 27
  108.     FrameFlat = True
  109.     Caption = 'Help'
  110.     TabOrder = 5
  111.     OnClick = RzButton3Click
  112.   end
  113.   object Timer1: TTimer
  114.     Enabled = False
  115.     Interval = 200
  116.     OnTimer = Timer1Timer
  117.     Left = 48
  118.     Top = 64
  119.   end
  120. end
  121.